From Conrad Meyer:
authorrobertlipe <robertlipe@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 7 Aug 2013 19:06:32 +0000 (19:06 +0000)
committerrobertlipe <robertlipe@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 7 Aug 2013 19:06:32 +0000 (19:06 +0000)
commitbf5a3a5c8c5a0e08f002ff73d4a48a47d613ed09
treefddbca28fa412ce35f3373ea6d6defdd800c2d7b
parentbaf423e02a51e1b9f13aa880d98e25ab99e35b5b
From Conrad Meyer:

- Nuke leftover HAVE_EXPAT garbage in google.cc
- Use file prefix to attempt to discover HTML encoding
- Slurp entire HTML input file as discovered encoding, then pass to
  QXmlStreamReader as a QString

xmlgeneric:
- Adds a new function, void xml_readunicode(const QString& str) (does
  what you'd expect -- feeds QString input into the xml parser and runs
  it)

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4519 f51c46e8-681c-474f-0cfe-069cfd0219fb
gpsbabel/defs.h
gpsbabel/google.cc
gpsbabel/xmlgeneric.cc
gpsbabel/xmlgeneric.h